home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / HF CrackMe S1.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1998-03-24  |  2.0 KB  |  84 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 207
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Hellforge Crackme II (coded by LaZaRuS)'
  7.   ClientHeight = 235
  8.   ClientWidth = 404
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 8
  17.     Top = 8
  18.     Width = 385
  19.     Height = 121
  20.     Color = clBlack
  21.     Font.Color = clYellow
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     Lines.Strings = (
  26.       'Greetings'
  27.       'this is the second Hellforge crackme.'
  28.       
  29.         'Fire up SoftIce, W32Dasm and a hex-editor of your choice and try' +
  30.         ' to crack it.'
  31.       
  32.         'But don'#39't expect to much. It is pretty easy to reverse. If you h' +
  33.         'ave cracked it'
  34.       
  35.         'write down how you did it and send it to lazarus666@gnwmail.com.' +
  36.         ' The '
  37.       
  38.         'writer of the best tutorial can become a Hellforge member (if he' +
  39.         ' wants).'
  40.       ''
  41.       
  42.         'For harder tasks, tutorials... visit http://members.xoom.com/hel' +
  43.         'l_crack'
  44.       
  45.         'If you have written other tutorials, crackmes or if you know an ' +
  46.         'interersing site'
  47.       'mail me, too.'
  48.       ''
  49.       'Thanx'
  50.       ''
  51.       'Thanks and gratitude go to: tKC, ED!SON, Sandman, Eternal Bliss')
  52.     ParentFont = False
  53.     ReadOnly = True
  54.     ScrollBars = ssVertical
  55.     TabOrder = 0
  56.   end
  57.   object Edit1: TEdit
  58.     Left = 8
  59.     Top = 136
  60.     Width = 385
  61.     Height = 21
  62.     TabOrder = 1
  63.     Text = 'Enter your lovely name here'
  64.   end
  65.   object Edit2: TEdit
  66.     Left = 8
  67.     Top = 160
  68.     Width = 385
  69.     Height = 21
  70.     TabOrder = 2
  71.     Text = 'And here is the place to put the correct serial'
  72.   end
  73.   object BitBtn1: TBitBtn
  74.     Left = 8
  75.     Top = 192
  76.     Width = 385
  77.     Height = 25
  78.     Caption = '&Click here to check your serial !!!'
  79.     TabOrder = 3
  80.     OnClick = BitBtn1Click
  81.     Kind = bkOK
  82.   end
  83. end
  84.